## Creating a new vli object
x <- as.vli("-89027148538375418689123052")
## Printing a vli object
print(x)
## Testing the class
is.vli(x)
## Coercing into a character object
as.character(x)
## Accessing to the attributes of the vli object
x$sign
x$value
x$length
## Punctuation signs are ignored
as.vli("2345.25")
Run the code above in your browser using DataLab